Home
last modified time | relevance | path

Searched refs:defualtPixelFormat (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dfunc_test.cpp121 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
158 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
196 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
233 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
769 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
788 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
807 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
825 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
844 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
863 vDecSample->defualtPixelFormat = AV_PIXEL_FORMAT_NV21;
H A Dvideodec_api11_sample.cpp236 std::string pixFmt = defualtPixelFormat == AV_PIXEL_FORMAT_NV12 ? "nv12" : "nv21"; in LoadHashFile()
313 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, defualtPixelFormat); in ConfigureVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h65 uint32_t defualtPixelFormat = AV_PIXEL_FORMAT_NV12; variable
H A Dvideodec_api11_sample.h69 uint32_t defualtPixelFormat = AV_PIXEL_FORMAT_NV12; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_sample.h67 uint32_t defualtPixelFormat = AV_PIXEL_FORMAT_NV12; variable
H A Dvideodec_api11_sample.h71 uint32_t defualtPixelFormat = AV_PIXEL_FORMAT_NV12; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h68 uint32_t defualtPixelFormat = AV_PIXEL_FORMAT_NV12; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp233 std::string pixFmt = defualtPixelFormat == AV_PIXEL_FORMAT_NV12 ? "nv12" : "nv21"; in LoadHashFile()
309 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, defualtPixelFormat); in ConfigureVideoDecoder()
H A Dvideodec_api11_sample.cpp224 std::string pixFmt = defualtPixelFormat == AV_PIXEL_FORMAT_NV12 ? "nv12" : "nv21"; in LoadHashFile()
335 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, defualtPixelFormat); in ConfigureVideoDecoder()