OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RefPicList0
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libva/va/
va_enc_h264.h
458
VAPictureH264
RefPicList0
[32];
607
* prediction in the initialized
RefPicList0
in decoding
612
* the initialized
RefPicList0
in decoding anchor views.
625
* prediction in the initialized
RefPicList0
in decoding
630
* the initialized
RefPicList0
in decoding non-anchor views.
va.h
523
* determined by the maximum number of
RefPicList0
and
RefPicList0
which can be queried from
[
all
...]
/hardware/intel/common/libva/test/encode/
avcenc.c
154
static VAPictureH264 ReferenceFrames[16],
RefPicList0
[32], RefPicList1[32];
450
slice_param->
RefPicList0
[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
452
slice_param->
RefPicList0
[j].picture_id = VA_INVALID_SURFACE;
453
slice_param->
RefPicList0
[j].flags = VA_PICTURE_H264_INVALID;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
81
#define MAX_REF_PIC_LIST 33 /* max size of the
RefPicList0
and RefPicList1 */
758
AVCPictureData *
RefPicList0
[MAX_REF_PIC_LIST]; /* list 0 */
[
all
...]
Completed in 121 milliseconds