/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_50.c | 82 else if (enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in encode() 135 RVCE_CS(enc->pic.picture_type); // encPicType in encode() 136 RVCE_CS(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR); // encIdrFlag in encode() 146 if (i > 1 && enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P) { in encode() 168 if(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P || in encode() 169 enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in encode() 172 RVCE_CS(l0->picture_type); // encPicType in encode() 195 if(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in encode() 198 RVCE_CS(l1->picture_type); // encPicType in encode()
|
D | radeon_vce_40_2_2.c | 325 RVCE_CS(enc->pic.picture_type); // encPicType in encode() 326 RVCE_CS(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR); // encIdrFlag in encode() 336 if (i > 1 && enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P) { in encode() 358 if(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P || in encode() 359 enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in encode() 362 RVCE_CS(l0->picture_type); // encPicType in encode() 385 if(enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in encode() 388 RVCE_CS(l1->picture_type); // encPicType in encode()
|
D | radeon_vce.c | 98 slot->picture_type = PIPE_H264_ENC_PICTURE_TYPE_SKIP; in reset_cpb() 119 if (enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P && l0) in sort_cpb() 122 if (enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B && in sort_cpb() 279 if (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in rvce_begin_frame() 281 else if (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_P || in rvce_begin_frame() 282 pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) in rvce_begin_frame() 339 slot->picture_type = enc->pic.picture_type; in rvce_end_frame()
|
D | radeon_vce_52.c | 151 enc->enc_pic.picture_type = pic->picture_type; in si_vce_52_get_param() 165 enc->enc_pic.is_idr = (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR); in si_vce_52_get_param() 211 else if (enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in encode() 277 RVCE_CS(enc->enc_pic.picture_type); // encPicType in encode() 278 RVCE_CS(enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR); // encIdrFlag in encode() 279 …if ((enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) && (enc->enc_pic.eo.enc_idr_pic_… in encode() 292 if (i > 1 && enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P) { in encode() 320 if(enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P || in encode() 321 enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in encode() 324 RVCE_CS(l0->picture_type); in encode() [all …]
|
D | radeon_vcn_enc.c | 43 enc->enc_pic.picture_type = pic->picture_type; in radeon_vcn_enc_get_param() 50 enc->enc_pic.is_idr = (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR); in radeon_vcn_enc_get_param()
|
D | radeon_vcn_enc_1_2.c | 508 switch(enc->enc_pic.picture_type) { in radeon_enc_slice_header() 540 if (enc->enc_pic.picture_type != PIPE_H264_ENC_PICTURE_TYPE_IDR) { in radeon_enc_slice_header() 558 …if ((enc->enc_pic.picture_type != PIPE_H264_ENC_PICTURE_TYPE_IDR) && (enc->enc_pic.spec_misc.cabac… in radeon_enc_slice_header() 690 switch(enc->enc_pic.picture_type) { in radeon_enc_encode_params() 713 if(enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in radeon_enc_encode_params()
|
D | radeon_vce.h | 57 enum pipe_h264_enc_picture_type picture_type; member 337 enum pipe_h264_enc_picture_type picture_type; member
|
D | radeon_vcn_enc.h | 335 enum pipe_h264_enc_picture_type picture_type; member
|
D | radeon_uvd.c | 834 uint8_t picture_type in get_vc1_msg()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.c | 104 slot->picture_type = PIPE_H264_ENC_PICTURE_TYPE_SKIP; in reset_cpb() 125 if (enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_P && l0) in sort_cpb() 128 if (enc->pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_B && in sort_cpb() 280 if (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in rvce_begin_frame() 282 else if (pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_P || in rvce_begin_frame() 283 pic->picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) in rvce_begin_frame() 340 slot->picture_type = enc->pic.picture_type; in rvce_end_frame()
|
D | radeon_vce.h | 63 enum pipe_h264_enc_picture_type picture_type; member 343 enum pipe_h264_enc_picture_type picture_type; member
|
D | radeon_uvd.c | 759 uint8_t picture_type in get_vc1_msg()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | picture.c | 459 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_IDR; in handleVAEncPictureParameterBufferType() 461 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_P; in handleVAEncPictureParameterBufferType() 496 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_B; in handleVAEncSliceParameterBufferType() 498 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_P; in handleVAEncSliceParameterBufferType() 500 if (context->desc.h264enc.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) in handleVAEncSliceParameterBufferType() 503 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_I; in handleVAEncSliceParameterBufferType() 505 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_SKIP; in handleVAEncSliceParameterBufferType()
|
D | picture_vc1.c | 38 context->desc.vc1.picture_type = vc1->picture_fields.bits.picture_type; in vlVaHandlePictureParameterBufferVC1()
|
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/ |
D | vid_enc.c | 1081 enum pipe_h264_enc_picture_type picture_type) in enc_HandleTask() argument 1099 picture.picture_type = picture_type; in enc_HandleTask() 1101 if (priv->restricted_b_frames && picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) in enc_HandleTask() 1145 enum pipe_h264_enc_picture_type picture_type; in vid_enc_EncodeFrame() local 1182 picture_type = PIPE_H264_ENC_PICTURE_TYPE_IDR; in vid_enc_EncodeFrame() 1188 picture_type = PIPE_H264_ENC_PICTURE_TYPE_P; in vid_enc_EncodeFrame() 1190 picture_type = PIPE_H264_ENC_PICTURE_TYPE_B; in vid_enc_EncodeFrame() 1195 if (picture_type == PIPE_H264_ENC_PICTURE_TYPE_B) { in vid_enc_EncodeFrame() 1201 enc_HandleTask(port, task, picture_type); in vid_enc_EncodeFrame()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 242 uint8_t picture_type; member 395 enum pipe_h264_enc_picture_type picture_type; member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 322 picture->picture_type = picture_info->picture_type; in vlVdpDecoderRenderVC1()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 434 *is_ref = d->picture_type <= 1; in nouveau_vp3_fill_picparm_vc1_vp()
|
/external/libhevc/ |
D | Android.bp | 539 "encoder/picture_type.c",
|