Home
last modified time | relevance | path

Searched refs:picture_type (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_50.c82 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()
Dradeon_vce_40_2_2.c325 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()
Dradeon_vce.c98 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()
Dradeon_vce_52.c151 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 …]
Dradeon_vcn_enc.c43 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()
Dradeon_vcn_enc_1_2.c508 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()
Dradeon_vce.h57 enum pipe_h264_enc_picture_type picture_type; member
337 enum pipe_h264_enc_picture_type picture_type; member
Dradeon_vcn_enc.h335 enum pipe_h264_enc_picture_type picture_type; member
Dradeon_uvd.c834 uint8_t picture_type in get_vc1_msg()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c104 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()
Dradeon_vce.h63 enum pipe_h264_enc_picture_type picture_type; member
343 enum pipe_h264_enc_picture_type picture_type; member
Dradeon_uvd.c759 uint8_t picture_type in get_vc1_msg()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c459 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()
Dpicture_vc1.c38 context->desc.vc1.picture_type = vc1->picture_fields.bits.picture_type; in vlVaHandlePictureParameterBufferVC1()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_enc.c1081 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/
Dp_video_state.h242 uint8_t picture_type; member
395 enum pipe_h264_enc_picture_type picture_type; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c322 picture->picture_type = picture_info->picture_type; in vlVdpDecoderRenderVC1()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c434 *is_ref = d->picture_type <= 1; in nouveau_vp3_fill_picparm_vc1_vp()
/external/libhevc/
DAndroid.bp539 "encoder/picture_type.c",