OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pic_type
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
psb_H264.c
146
PICTYPE
pic_type
;
member in struct:context_H264_s
691
ctx->
pic_type
= PICT_BOTTOM;
694
ctx->
pic_type
= PICT_TOP;
698
ctx->
pic_type
= PICT_FRAME;
753
REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_NOTFRAMEFLAG, (PICT_FRAME != ctx->
pic_type
) ? 1 : 0);
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_H264.c
159
PICTYPE
pic_type
;
member in struct:context_H264_s
662
ctx->
pic_type
= PICT_BOTTOM;
665
ctx->
pic_type
= PICT_TOP;
669
ctx->
pic_type
= PICT_FRAME;
742
REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_NOTFRAMEFLAG, (PICT_FRAME != ctx->
pic_type
) ? 1 : 0);
[
all
...]
/hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h
512
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h
551
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h
514
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h
550
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_dec.h
516
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_dec.h
552
enum vdec_picture
pic_type
;
member in struct:vdec_output_frameinfo
Completed in 473 milliseconds