Searched refs:newFormat (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 596 OH_AVFormat *newFormat = OH_VideoDecoder_GetOutputDescription(vdec_); in CheckOutputDescription() local 597 if (newFormat != nullptr) { in CheckOutputDescription() 604 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_TOP, &cropTop); in CheckOutputDescription() 605 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in CheckOutputDescription() 606 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_LEFT, &cropLeft); in CheckOutputDescription() 607 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_RIGHT, &cropRight); in CheckOutputDescription() 608 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_STRIDE, &stride); in CheckOutputDescription() 609 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &sliceHeight); in CheckOutputDescription() 619 OH_AVFormat_Destroy(newFormat); in CheckOutputDescription()
|
Completed in 3 milliseconds