HomeSort by relevance Sort by last modified time
    Searched defs:start_code_size (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 252 unsigned int start_code_size; member in struct:__anon30234::__anon30236
  /external/v4l2_codec2/vda/
h264_parser.cc 268 off_t* start_code_size) {
289 *start_code_size = 3;
295 ++(*start_code_size);
311 *start_code_size = 0;
315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) {
351 *start_code_size = annexb_start_code_size;
361 off_t* start_code_size) {
363 return FindStartCode(data, data_size, offset, start_code_size);
370 if (!FindStartCode(start, bytes_left, offset, start_code_size))
376 const uint8_t* start_code_end = start_code + *start_code_size;
468 off_t start_code_size; local
    [all...]

Completed in 80 milliseconds