Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvm4vdecoder.cpp121 …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()
Dpvdec_api.cpp997 … 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/
Dmp4dec_api.h163 …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);