Searched refs:start_code_size (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/accel/ |
D | h264_parser.cc | 358 off_t* start_code_size) { in FindStartCode() argument 379 *start_code_size = 3; in FindStartCode() 385 ++(*start_code_size); in FindStartCode() 401 *start_code_size = 0; in FindStartCode() 405 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU() argument 441 *start_code_size = annexb_start_code_size; in LocateNALU() 451 off_t* start_code_size) { in FindStartCodeInClearRanges() argument 453 return FindStartCode(data, data_size, offset, start_code_size); in FindStartCodeInClearRanges() 460 if (!FindStartCode(start, bytes_left, offset, start_code_size)) in FindStartCodeInClearRanges() 466 const uint8_t* start_code_end = start_code + *start_code_size; in FindStartCodeInClearRanges() [all …]
|
D | h264_parser.h | 409 off_t* start_code_size); 418 off_t* start_code_size); 501 bool LocateNALU(off_t* nalu_size, off_t* start_code_size);
|
/external/mesa3d/src/gallium/frontends/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 | 295 unsigned int start_code_size; member
|
D | picture.c | 319 sizes[num_buffers++] = context->mpeg4.start_code_size; in handleVASliceDataBufferType()
|