Home
last modified time | relevance | path

Searched refs:bufH (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_mds.cpp76 int32_t* bufW, int32_t* bufH) { in getDecoderOutputResolution() argument
80 bufW == NULL || bufH == NULL) in getDecoderOutputResolution()
87 status_t ret = mListener->getDecoderOutputResolution(0, width, height, offX, offY, bufW, bufH); in getDecoderOutputResolution()
Dpsb_android_glue.cpp99 int* bufW, int* bufH) { in psb_android_get_mds_decoder_output_resolution() argument
103 bufW == NULL || bufH == NULL) in psb_android_get_mds_decoder_output_resolution()
112 bool ret = mds->getDecoderOutputResolution(width, height, offX, offY, bufW, bufH); in psb_android_get_mds_decoder_output_resolution()
Dpsb_mds.h65 int32_t* bufW, int32_t* bufH);