OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pic_order_present_flag
(Results
1 - 14
of
14
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java
64
public boolean
pic_order_present_flag
;
field in class:PictureParameterSet
94
pps.
pic_order_present_flag
= reader
95
.readBool("PPS:
pic_order_present_flag
");
196
writer.writeBool(
pic_order_present_flag
, "PPS:
pic_order_present_flag
");
300
result = prime * result + (
pic_order_present_flag
? 1231 : 1237);
351
if (
pic_order_present_flag
!= other.
pic_order_present_flag
)
387
",\n
pic_order_present_flag
=" +
pic_order_present_flag
[
all
...]
/external/chromium_org/third_party/libva/va/
va_enc_h264.h
363
unsigned int
pic_order_present_flag
: 1;
member in struct:_VAEncPictureParameterBufferH264::__anon12048::__anon12049
424
/** \brief Valid if \c
pic_order_present_flag
and this is a bottom field. */
va.h
1557
unsigned int
pic_order_present_flag
: 1;
member in struct:_VAPictureParameterBufferH264::__anon12029::__anon12030
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h
273
uint8_t
pic_order_present_flag
;
member in struct:pipe_h264_picture_desc
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
273
uint8_t
pic_order_present_flag
;
member in struct:pipe_h264_picture_desc
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
238
status = BitstreamWrite1Bit(stream, picParam->
pic_order_present_flag
);
361
if (currPPS->
pic_order_present_flag
&& !sliceHdr->field_pic_flag)
369
if (currPPS->
pic_order_present_flag
&& !sliceHdr->field_pic_flag)
709
if (video->currPicParams->
pic_order_present_flag
&& !sliceHdr->field_pic_flag)
782
if (video->currPicParams->
pic_order_present_flag
&& !sliceHdr->field_pic_flag)
[
all
...]
init.cpp
237
picParam->
pic_order_present_flag
= 0; /* default for now, will need it for B-slice */
345
picParam->
pic_order_present_flag
= extP->
pic_order_present_flag
; /* default for now, will need it for B-slice */
346
if (extP->
pic_order_present_flag
!= 0)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c
356
picture->
pic_order_present_flag
= picture_info->
pic_order_present_flag
;
/external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c
356
picture->
pic_order_present_flag
= picture_info->
pic_order_present_flag
;
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
272
M4OSA_Bool
pic_order_present_flag
;
member in struct:__anon29338
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
349
uint
pic_order_present_flag
; /* u(1) */
member in struct:tagPicParamSet
399
/* if(
pic_order_present_flag
&& !field_pic_flag) */
402
/* if(
pic_order_present_flag
&& !field_pic_flag) */
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java
489
if (pps.
pic_order_present_flag
&& !field_pic_flag) {
/external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc
281
pic_order_present_flag
);
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
901
if( instance->encoder_pps.
pic_order_present_flag
)
913
if( instance->encoder_pps.
pic_order_present_flag
)
925
if( instance->encoder_pps.
pic_order_present_flag
)
937
if( instance->encoder_pps.
pic_order_present_flag
)
[
all
...]
Completed in 102 milliseconds