Searched refs:picture_type (Results 1 - 25 of 42) sorted by relevance

12

/hardware/intel/common/libva/test/encode/
H A Dmpeg2vaenc.c343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3,
348 if (pic_param->picture_type == VAEncPictureTypePredictive ||
349 pic_param->picture_type == VAEncPictureTypeBidirectional) {
354 if (pic_param->picture_type == VAEncPictureTypeBidirectional) {
796 pic_param->picture_type = VAEncPictureTypeIntra;
996 VAEncPictureType picture_type,
1010 VAEncPictureType picture_type,
1017 pic_param->picture_type = picture_type;
995 mpeg2enc_update_sequence_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1009 mpeg2enc_update_picture_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1066 mpeg2enc_update_picture_parameter_buffer(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1087 mpeg2enc_update_slice_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type) argument
1122 begin_picture(struct mpeg2enc_context *ctx, int coded_order, int display_order, VAEncPictureType picture_type) argument
1272 end_picture(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int next_is_bpic) argument
1308 store_coded_buffer(struct mpeg2enc_context *ctx, VAEncPictureType picture_type) argument
1364 encode_picture(struct mpeg2enc_context *ctx, int coded_order, int display_order, VAEncPictureType picture_type, int next_is_bpic, int next_display_order) argument
[all...]
H A Dmpeg2enc.c343 pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3,
348 if (pic_param->picture_type == VAEncPictureTypePredictive ||
349 pic_param->picture_type == VAEncPictureTypeBidirectional) {
354 if (pic_param->picture_type == VAEncPictureTypeBidirectional) {
796 pic_param->picture_type = VAEncPictureTypeIntra;
996 VAEncPictureType picture_type,
1010 VAEncPictureType picture_type,
1016 pic_param->picture_type = picture_type;
995 mpeg2enc_update_sequence_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1009 mpeg2enc_update_picture_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1050 mpeg2enc_update_picture_parameter_buffer(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int coded_order, int display_order) argument
1071 mpeg2enc_update_slice_parameter(struct mpeg2enc_context *ctx, VAEncPictureType picture_type) argument
1106 begin_picture(struct mpeg2enc_context *ctx, int coded_order, int display_order, VAEncPictureType picture_type) argument
1256 end_picture(struct mpeg2enc_context *ctx, VAEncPictureType picture_type, int next_is_bpic) argument
1292 store_coded_buffer(struct mpeg2enc_context *ctx, VAEncPictureType picture_type) argument
1348 encode_picture(struct mpeg2enc_context *ctx, int coded_order, int display_order, VAEncPictureType picture_type, int next_is_bpic, int next_display_order) argument
[all...]
/hardware/intel/common/libva/va/
H A Dva_enc_mpeg2.h214 VAEncPictureType picture_type; member in struct:_VAEncPictureParameterBufferMPEG2
H A Dva.h1998 unsigned int picture_type : 3; /* PICTURE_LAYER::PTYPE */ member in struct:_VAPictureParameterBufferVC1::__anon539::__anon540
2325 VAEncPictureType picture_type; member in struct:_VAEncPictureParameterBufferH263
2356 VAEncPictureType picture_type; member in struct:_VAEncPictureParameterBufferMPEG4
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.cpp108 h263PictureParams.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
117 LOG_V( "picture_type = %d\n\n",h263PictureParams.picture_type);
H A DVideoEncoderMP4.cpp197 mpeg4_pic_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
207 LOG_V("picture_type = %d\n\n", mpeg4_pic_param.picture_type);
/hardware/intel/img/psb_video/src/
H A Dpnw_VC1.c600 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
637 P2(picture_type);
840 switch (pic_params->picture_fields.bits.picture_type) {
879 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
899 if ((pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) && PIC_TYPE_IS_INTER(pic_params->picture_fields.bits.picture_type)) {
900 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_P) && (pic_params->mv_fields.bits.four_mv_switch == 1)) {
935 if (pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) {
987 if (PIC_TYPE_IS_REF(pic_params->picture_fields.bits.picture_type) &&
1002 if (pic_params->picture_fields.bits.picture_type == WMF_PTYPE_P) {
1083 } else if (PIC_TYPE_IS_INTRA(pic_params->picture_fields.bits.picture_type)) {
[all...]
H A Dpnw_MPEG4ES.c357 pBuffer->picture_type,
368 pBuffer->picture_type,
H A Dpnw_H263ES.c321 pBuffer->picture_type,
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c594 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
631 P2(picture_type);
825 switch (pic_params->picture_fields.bits.picture_type) {
864 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
884 if ((pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) && PIC_TYPE_IS_INTER(pic_params->picture_fields.bits.picture_type)) {
885 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_P) && (pic_params->mv_fields.bits.four_mv_switch == 1)) {
920 if (pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) {
972 if (PIC_TYPE_IS_REF(pic_params->picture_fields.bits.picture_type) &&
987 if (pic_params->picture_fields.bits.picture_type == WMF_PTYPE_P) {
1068 } else if (PIC_TYPE_IS_INTRA(pic_params->picture_fields.bits.picture_type)) {
[all...]
H A Dlnc_H263ES.c298 pBuffer->picture_type,
H A Dlnc_MPEG4ES.c318 pBuffer->picture_type,
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.cpp227 int frameType = data->pic_data[0].pic_parms->picture_fields.bits.picture_type;
353 int frameType = params->picture_fields.bits.picture_type;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c780 pic_parms->picture_fields.bits.picture_type = VC1_PTYPE_I;
784 pic_parms->picture_fields.bits.picture_type = VC1_PTYPE_P;
788 pic_parms->picture_fields.bits.picture_type = VC1_PTYPE_B;
792 pic_parms->picture_fields.bits.picture_type = VC1_PTYPE_BI;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h184 u32 picture_type[2]; member in struct:vdec_frame_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h156 u32 picture_type[2]; /* picture coding type */ member in struct:vdec_frame_info
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h184 u32 picture_type[2]; member in struct:vdec_frame_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h156 u32 picture_type[2]; /* picture coding type */ member in struct:vdec_frame_info
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h602 OMX_U32 picture_type,
613 OMX_U32 picture_type,
H A Domx_vdec.h663 OMX_U32 picture_type,
675 OMX_U32 picture_type,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h599 OMX_U32 picture_type,
610 OMX_U32 picture_type,
H A Domx_vdec.h688 OMX_U32 picture_type,
700 OMX_U32 picture_type,
H A Domx_vdec_hevc_swvdec.h716 OMX_U32 picture_type,
727 OMX_U32 picture_type,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h601 OMX_U32 picture_type,
612 OMX_U32 picture_type,
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c1056 mpeg4_pic_param.picture_type = mix->is_intra ? VAEncPictureTypeIntra : VAEncPictureTypePredictive;
1074 LOG_I( "picture_type = %d\n\n",
1075 mpeg4_pic_param.picture_type);

Completed in 795 milliseconds

12