Searched refs:currYUV (Results 1 – 3 of 3) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | pvm4vdecoder.cpp | 121 …uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint *use_ext_timestamp, uint8 *currYUV) in DecodeVideoFrame() argument 123 …t32*)timestamp, (int32*)buffer_size, (uint *) use_ext_timestamp, (uint8 *) currYUV) ? true : false; in DecodeVideoFrame()
|
D | pvdec_api.cpp | 997 … uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) in PVDecodeVideoFrame() argument 1002 …DecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV); in PVDecodeVideoFrame() 1025 …tamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV) in PVDecodeVopHeader() argument 1200 vopHeader[target_layer]->yChan = (PIXEL *)currYUV; in PVDecodeVopHeader() 1201 vopHeader[target_layer]->uChan = (PIXEL *)currYUV + decCtrl->size; in PVDecodeVopHeader()
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
D | mp4dec_api.h | 163 …nt8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV); 164 …tamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
|