Searched refs:start_code_size (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/vda/ |
D | h264_parser.cc | 268 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 …]
|
D | h264_parser.h | 369 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/ |
D | picture_mpeg4.c | 154 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()
|
D | va_private.h | 277 unsigned int start_code_size; member
|
D | picture.c | 333 sizes[num_buffers++] = context->mpeg4.start_code_size; in handleVASliceDataBufferType()
|