OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_object_layer_shape
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c
110
M4OSA_UInt8
video_object_layer_shape
= 0;
local
199
video_object_layer_shape
= (M4OSA_UInt8)code;
227
if(
video_object_layer_shape
!= 1) /* 1 = Binary */
229
if(
video_object_layer_shape
== 0) /* 0 = rectangular */
302
if ((vol_verid != 1) && (
video_object_layer_shape
!= 0))
319
if(
video_object_layer_shape
== 3)
423
if ((!b_hierarchy_type) && (
video_object_layer_shape
== 1))
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp
247
/*
video_object_layer_shape
*/
248
uint32
video_object_layer_shape
= read_bit_field (&m_posInfo, 2);
local
249
uint8 VOLShape = (unsigned char)
video_object_layer_shape
;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp
278
/*
video_object_layer_shape
*/
279
uint32
video_object_layer_shape
= read_bit_field (&m_posInfo, 2);
local
280
uint8 VOLShape = (unsigned char)
video_object_layer_shape
;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
252
M4OSA_UInt8
video_object_layer_shape
= 0;
local
333
video_object_layer_shape
= (M4OSA_UInt8)code;
361
if(
video_object_layer_shape
!= 1) { /* 1 = Binary */
362
if(
video_object_layer_shape
== 0) {
427
if ((vol_verid != 1) && (
video_object_layer_shape
!= 0)){
443
if(
video_object_layer_shape
== 3) {
546
(
video_object_layer_shape
== 1)) {
[
all
...]
/frameworks/av/media/libstagefright/
avc_utils.cpp
506
unsigned
video_object_layer_shape
= br.getBits(2);
local
507
CHECK_EQ(
video_object_layer_shape
, 0x00u /* rectangular */);
Completed in 58 milliseconds