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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_shortheader.c 38 svh->source_format = (data & 0x7);
39 data = data >> 8; // source_format + full_picture_freeze_release + document_camera_indicator + split_screen_indicator + zero_bit + marker_bit
42 if (svh->source_format == 0 || svh->source_format > 5)
44 DEB("Error: Bad value for VideoPlaneWithShortHeader.source_format\n");
106 index = svh->source_format - 1;
126 viddec_fw_mp4_vpsh_set_source_format(&wi.mp4_vpsh, svh->source_format);
viddec_mp4_parse.h 296 uint8_t source_format; member in struct:_mp4_VideoObjectPlaneH263

Completed in 1326 milliseconds