Home
last modified time | relevance | path

Searched refs:picHeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp117 int32_t picHeight = 0; in VdecAPI11FormatChanged() local
123 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in VdecAPI11FormatChanged()
129 dec_sample->picHeight_ = picHeight; in VdecAPI11FormatChanged()
763 int32_t picHeight = 0; in CheckOutputDescription() local
771 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in CheckOutputDescription()
781 if (picWidth != DEFAULT_WIDTH || picHeight != DEFAULT_HEIGHT) { in CheckOutputDescription()
782 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
845 int32_t picHeight = 0; in GetStride() local
851 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in GetStride()
857 dec_sample->picHeight_ = picHeight; in GetStride()
H A Dvideodec_ndk_sample.cpp112 int32_t picHeight = 0; in VdecFormatChanged() local
118 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in VdecFormatChanged()
124 dec_sample->picHeight_ = picHeight; in VdecFormatChanged()
695 int32_t picHeight = 0; in CheckOutputDescription() local
697 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); 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 Dvideodec_api11_sample.cpp123 int32_t picHeight = 0; in VdecAPI11FormatChanged() local
129 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in VdecAPI11FormatChanged()
135 dec_sample->picHeight_ = picHeight; in VdecAPI11FormatChanged()
751 int32_t picHeight = 0; in CheckOutputDescription() local
759 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in CheckOutputDescription()
769 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
770 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
832 int32_t picHeight = 0; in GetStride() local
838 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in GetStride()
844 dec_sample->picHeight_ = picHeight; in GetStride()
H A Dvideodec_ndk_sample.cpp628 int32_t picHeight = 0; in CheckOutputDescription() local
636 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); 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 Dvideodec_ndk_sample.cpp191 int32_t picHeight = 0; in CheckOutputDescription() local
193 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in CheckOutputDescription()
194 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
195 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()
H A Dvideodec_api11_sample.cpp628 int32_t picHeight = 0; in CheckOutputDescription() local
636 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_PIC_HEIGHT, &picHeight); in CheckOutputDescription()
646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
647 std::cout << "picWidth:" << picWidth << " picHeight:" << picHeight << std::endl; in CheckOutputDescription()