Searched refs:picWidth (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 116 int32_t picWidth = 0; in VdecAPI11FormatChanged() local 122 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in VdecAPI11FormatChanged() 128 dec_sample->picWidth_ = picWidth; in VdecAPI11FormatChanged() 762 int32_t picWidth = 0; in CheckOutputDescription() local 770 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 781 if (picWidth != DEFAULT_WIDTH || picHeight != DEFAULT_HEIGHT) { in CheckOutputDescription() 782 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription() 844 int32_t picWidth = 0; in GetStride() local 850 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in GetStride() 856 dec_sample->picWidth_ = picWidth; in GetStride()
|
H A D | videodec_ndk_sample.cpp | 111 int32_t picWidth = 0; in VdecFormatChanged() local 117 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in VdecFormatChanged() 123 dec_sample->picWidth_ = picWidth; in VdecFormatChanged() 694 int32_t picWidth = 0; in CheckOutputDescription() local 696 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 698 if (picWidth != DEFAULT_WIDTH || picHeight != DEFAULT_HEIGHT) { in CheckOutputDescription() 699 … std::cout << "DEFAULT_WIDTH:" << picWidth << " DEFAULT_HEIGHT:" << picHeight << std::endl; in CheckOutputDescription()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_api11_sample.cpp | 122 int32_t picWidth = 0; in VdecAPI11FormatChanged() local 128 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in VdecAPI11FormatChanged() 134 dec_sample->picWidth_ = picWidth; in VdecAPI11FormatChanged() 750 int32_t picWidth = 0; in CheckOutputDescription() local 758 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 769 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription() 770 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription() 831 int32_t picWidth = 0; in GetStride() local 837 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in GetStride() 843 dec_sample->picWidth_ = picWidth; in GetStride()
|
H A D | videodec_ndk_sample.cpp | 627 int32_t picWidth = 0; in CheckOutputDescription() local 635 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription() 647 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 190 int32_t picWidth = 0; in CheckOutputDescription() local 192 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 194 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription() 195 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
|
H A D | videodec_api11_sample.cpp | 627 int32_t picWidth = 0; in CheckOutputDescription() local 635 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_WIDTH, &picWidth); in CheckOutputDescription() 646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription() 647 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
|