Home
last modified time | relevance | path

Searched refs:start_code_size (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.cc268 off_t* start_code_size) { in FindStartCode() argument
289 *start_code_size = 3; in FindStartCode()
295 ++(*start_code_size); in FindStartCode()
311 *start_code_size = 0; in FindStartCode()
315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU() argument
351 *start_code_size = annexb_start_code_size; in LocateNALU()
361 off_t* start_code_size) { in FindStartCodeInClearRanges() argument
363 return FindStartCode(data, data_size, offset, start_code_size); in FindStartCodeInClearRanges()
370 if (!FindStartCode(start, bytes_left, offset, start_code_size)) in FindStartCodeInClearRanges()
376 const uint8_t* start_code_end = start_code + *start_code_size; in FindStartCodeInClearRanges()
[all …]
Dh264_parser.h369 off_t* start_code_size);
378 off_t* start_code_size);
450 bool LocateNALU(off_t* nalu_size, off_t* start_code_size);
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg4.c154 context->mpeg4.start_code_size = 0; in vlVaDecoderFixMPEG4Startcode()
175 context->mpeg4.start_code_size += sizeof(group_of_vop); in vlVaDecoderFixMPEG4Startcode()
207 memcpy(context->mpeg4.start_code + context->mpeg4.start_code_size, vop, vop_size); in vlVaDecoderFixMPEG4Startcode()
208 context->mpeg4.start_code_size += vop_size; in vlVaDecoderFixMPEG4Startcode()
Dva_private.h277 unsigned int start_code_size; member
Dpicture.c333 sizes[num_buffers++] = context->mpeg4.start_code_size; in handleVASliceDataBufferType()