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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 172 uint32 video_object_type_indication = read_bit_field (&m_posInfo, 8); local
173 if ( (video_object_type_indication != SIMPLE_OBJECT_TYPE) &&
174 (video_object_type_indication != SIMPLE_SCALABLE_OBJECT_TYPE) &&
175 (video_object_type_indication != CORE_OBJECT_TYPE) &&
176 (video_object_type_indication != ADVANCED_SIMPLE) &&
177 (video_object_type_indication != RESERVED_OBJECT_TYPE) &&
178 (video_object_type_indication != MAIN_OBJECT_TYPE)) {
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 178 uint32 video_object_type_indication = read_bit_field (&m_posInfo, 8); local
180 if ( (video_object_type_indication != SIMPLE_OBJECT_TYPE) &&
181 (video_object_type_indication != SIMPLE_SCALABLE_OBJECT_TYPE) &&
182 (video_object_type_indication != CORE_OBJECT_TYPE) &&
183 (video_object_type_indication != ADVANCED_SIMPLE) &&
184 (video_object_type_indication != RESERVED_OBJECT_TYPE) &&
185 (video_object_type_indication != MAIN_OBJECT_TYPE)) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 178 uint32 video_object_type_indication = read_bit_field (&m_posInfo, 8); local
180 if ( (video_object_type_indication != SIMPLE_OBJECT_TYPE) &&
181 (video_object_type_indication != SIMPLE_SCALABLE_OBJECT_TYPE) &&
182 (video_object_type_indication != CORE_OBJECT_TYPE) &&
183 (video_object_type_indication != ADVANCED_SIMPLE) &&
184 (video_object_type_indication != RESERVED_OBJECT_TYPE) &&
185 (video_object_type_indication != MAIN_OBJECT_TYPE)) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 178 uint32 video_object_type_indication = read_bit_field (&m_posInfo, 8); local
180 if ( (video_object_type_indication != SIMPLE_OBJECT_TYPE) &&
181 (video_object_type_indication != SIMPLE_SCALABLE_OBJECT_TYPE) &&
182 (video_object_type_indication != CORE_OBJECT_TYPE) &&
183 (video_object_type_indication != ADVANCED_SIMPLE) &&
184 (video_object_type_indication != RESERVED_OBJECT_TYPE) &&
185 (video_object_type_indication != MAIN_OBJECT_TYPE)) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_videoobjectlayer.c 427 vidObjLay->video_object_type_indication = code & 0xFF;
430 if(!mp4_pvt_valid_object_type_indication(vidObjLay->video_object_type_indication))
432 DEB("Warning: video_object_type_indication = %d, forcing to 1\n",
433 vidObjLay->video_object_type_indication);
434 vidObjLay->video_object_type_indication = 1;
437 if(vidObjLay->video_object_type_indication == MP4_VIDEO_OBJECT_TYPE_FINE_GRANULARITY_SCALABLE)
439 DEB("ERROR: mp4_Parse_VideoObject:video_object_type_indication = %.2X\n",
440 vidObjLay->video_object_type_indication);
viddec_mp4_parse.h 338 uint8_t video_object_type_indication; member in struct:__anon42096
  /frameworks/av/media/libstagefright/
avc_utils.cpp 595 unsigned video_object_type_indication = br.getBits(8); local
597 CHECK_NE(video_object_type_indication,

Completed in 87 milliseconds