Searched refs:pic (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.h42 int32_t getPOC(VAPictureH264 *pic); // Picture Order Count
43 inline VASurfaceID findSurface(VAPictureH264 *pic);
44 inline VideoSurfaceBuffer* findSurfaceBuffer(VAPictureH264 *pic);
45 inline VideoSurfaceBuffer* findRefSurfaceBuffer(VAPictureH264 *pic);
H A DVideoDecoderAVC.cpp135 VAPictureH264 &pic = data->pic_data[i].pic_parms->CurrPic; local
136 fieldFlags |= pic.flags;
142 pic.TopFieldOrderCnt,
143 pic.BottomFieldOrderCnt,
144 pic.flags,
145 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
146 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
602 int32_t VideoDecoderAVC::getPOC(VAPictureH264 *pic) { argument
603 if (pic->flags & VA_PICTURE_H264_BOTTOM_FIELD) {
604 return pic
609 findSurface(VAPictureH264 *pic) argument
618 findSurfaceBuffer(VAPictureH264 *pic) argument
634 findRefSurfaceBuffer(VAPictureH264 *pic) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dvsp_vp8.c401 struct VssVp8encPictureParameterBuffer *pic = local
418 pic->input_frame.surface_id = surface_id;
419 pic->input_frame.irq = 1;
420 pic->input_frame.height = ctx->vp8_seq_param.frame_height;
421 pic->input_frame.width = ctx->vp8_seq_param.frame_width;
424 //pic->input_frame.stride = (ctx->frame_width + 31) & (~31);
425 pic->input_frame.stride = ctx->obj_context->current_render_target->psb_surface->stride;
426 pic->input_frame.format = 0; /* TODO: Specify NV12 = 0 */
428 pic->recon_frame.irq = 0;
429 pic
778 struct VssVp8encPictureParameterBuffer *pic = local
[all...]
H A Dpnw_H264.c295 static uint32_t PICTURE2INDEX(context_H264_p ctx, VAPictureH264 *pic) argument
298 object_surface_p ref_surface = SURFACE(pic->picture_id);
302 if (pic->flags & VA_PICTURE_H264_BOTTOM_FIELD) {
573 /* record this dpbidx is used this pic to update the dpbidx_not_used_cnt later */
1031 /* when current pic is a frame col bottom field flag is different */
1036 /* current pic */
1041 /* col pic */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh724 enabled shared && soft_enable pic
931 enable_feature pic
989 enabled pic && add_cflags --apcs=/fpic
990 enabled pic && add_asflags --apcs=/fpic
1150 # -mdynamic-no-pic is still a bit of voodoo -- it was required at
1153 # enabled icc && ! enabled pic && add_cflags -fno-pic -mdynamic-no-pic
1154 enabled icc && ! enabled pic && add_cflags -fno-pic
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp349 VAPictureH264 &pic = data->pic_data[i].pic_parms->CurrPic;
353 pic.TopFieldOrderCnt,
354 pic.BottomFieldOrderCnt,
355 pic.flags,
356 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
357 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp350 VAPictureH264 &pic = data->pic_data[i].pic_parms->CurrPic;
354 pic.TopFieldOrderCnt,
355 pic.BottomFieldOrderCnt,
356 pic.flags,
357 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
358 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h152 // H264ParamNaluSet pic;
205 H264ParamNaluSet pic; member in class:H264_Utils
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h157 // H264ParamNaluSet pic;
210 H264ParamNaluSet pic; member in class:H264_Utils
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_H264.c288 static uint32_t PICTURE2INDEX(context_H264_p ctx, VAPictureH264 *pic) argument
291 object_surface_p ref_surface = SURFACE(pic->picture_id);
295 if (pic->flags & VA_PICTURE_H264_BOTTOM_FIELD) {
918 /* when current pic is a frame col bottom field flag is different */
923 /* current pic */
928 /* col pic */
/hardware/intel/img/libdrm/
H A Dltmain.sh1144 -shared | -static | -prefer-pic | -prefer-non-pic)
1246 -prefer-pic)
1251 -prefer-non-pic)
1485 -prefer-pic try to building PIC objects only
1486 -prefer-non-pic try to building non-PIC objects only
6972 # Use standard objects if they are pic
H A Dconfigure1538 --with-pic try to use only PIC/non-PIC objects [default=use
6821 # Check whether --with-pic was given.
7332 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7534 lt_prog_compiler_pic='-pic'

Completed in 441 milliseconds