Home
last modified time | relevance | path

Searched refs:picture (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp412 VAPictureH264 *picture = &(data->pic_data[0].pic_parms->CurrPic); in beginDecodingFrame() local
413 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
414 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
420 if (picture->flags & VA_PICTURE_H264_TOP_FIELD) { in beginDecodingFrame()
428 mAcquiredBuffer->pictureOrder = getPOC(picture); in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp430 VAPictureH264 *picture = &(data->pic_data[0].pic_parms->CurrPic); in beginDecodingFrame() local
431 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
432 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
438 if (picture->flags & VA_PICTURE_H264_TOP_FIELD) { in beginDecodingFrame()
446 mAcquiredBuffer->pictureOrder = getPOC(picture); in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp235 VAPictureH264 *picture = &(data->pic_data[0].pic_parms->CurrPic); in beginDecodingFrame() local
236 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
237 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
244 if (picture->flags & VA_PICTURE_H264_TOP_FIELD) { in beginDecodingFrame()
253 mAcquiredBuffer->pictureOrder = getPOC(picture); in beginDecodingFrame()
/hardware/intel/img/psb_video/src/
Dvsp_fw.h147 struct VssProcPictureParameterBuffer picture; member
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal368 * Take a picture.
375 * Cancel a picture that was started with takePicture. Calling this method
376 * when no picture is being taken is a no-op.