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

  /hardware/qcom/media/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/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)) {
  /frameworks/av/media/libstagefright/
avc_utils.cpp 503 unsigned video_object_type_indication = br.getBits(8); local
505 CHECK_NE(video_object_type_indication,

Completed in 169 milliseconds