Searched refs:C2VideoSizeStreamTuning (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.h | 267 .withDefault(new C2VideoSizeStreamTuning::input(0u, 320, 240)) in IntfImpl() 424 std::shared_ptr<C2VideoSizeStreamTuning::input> mSize;
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 90 .withDefault(new C2VideoSizeStreamTuning::input(0u, 176, 144)) in IntfImpl() 225 std::shared_ptr<C2VideoSizeStreamTuning::input> mSize;
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 661 EACH_TEST_INPUT(C2VideoSizeStreamTuning, TEST_VSSTRUCT_WRITABLE_FIELD); in testMain() 662 EACH_TEST_OUTPUT(C2VideoSizeStreamTuning, TEST_VSSTRUCT_WRITABLE_FIELD); in testMain()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 104 C2VideoSizeStreamTuning::input inputSize; in init()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcEnc.cpp | 77 .withDefault(new C2VideoSizeStreamTuning::input(0u, 320, 240)) in IntfImpl() 185 const C2P<C2VideoSizeStreamTuning::input> &size, in ProfileLevelSetter() 333 std::shared_ptr<C2VideoSizeStreamTuning::input> mSize;
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 233 C2VideoSizeStreamTuning::input inputSize(0u, nWidth, nHeight); in setupConfigParam()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 1236 typedef C2StreamPictureSizeInfo C2VideoSizeStreamTuning; // deprecated typedef
|