Searched refs:frame_info (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dmp4_utils.cpp305 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info)
309 frame_info->aspectRatio.aspectRatioX = 1;
310 frame_info->aspectRatio.aspectRatioY = 1;
314 frame_info->aspectRatio.aspectRatioX = 12;
315 frame_info->aspectRatio.aspectRatioY = 11;
319 frame_info->aspectRatio.aspectRatioX = 10;
320 frame_info->aspectRatio.aspectRatioY = 11;
324 frame_info->aspectRatio.aspectRatioX = 16;
325 frame_info->aspectRatio.aspectRatioY = 11;
329 frame_info
304 mp4_fill_aspect_ratio_info(struct vdec_aspectratioinfo *aspect_ratio_info, OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info) argument
[all...]
H A Domx_vdec.cpp8494 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info = NULL; local
8500 frame_info = (OMX_QCOM_EXTRADATA_FRAMEINFO *)extra->data;
8505 frame_info->ePicType = OMX_VIDEO_PictureTypeI;
8508 frame_info->ePicType = OMX_VIDEO_PictureTypeP;
8511 frame_info->ePicType = OMX_VIDEO_PictureTypeB;
8514 frame_info->ePicType = (OMX_VIDEO_PICTURETYPE)0;
8517 frame_info->interlaceType = OMX_QCOM_InterlaceInterleaveFrameTopFieldFirst;
8519 frame_info->interlaceType = OMX_QCOM_InterlaceInterleaveFrameBottomFieldFirst;
8521 frame_info->interlaceType = OMX_QCOM_InterlaceFrameProgressive;
8522 memset(&frame_info
8535 fill_aspect_ratio_info( struct vdec_aspectratioinfo *aspect_ratio_info, OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info) argument
[all...]
H A Domx_vdec_copper.cpp8181 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info = NULL; local
8187 frame_info = (OMX_QCOM_EXTRADATA_FRAMEINFO *)extra->data;
8191 frame_info->ePicType = OMX_VIDEO_PictureTypeI;
8194 frame_info->ePicType = OMX_VIDEO_PictureTypeP;
8197 frame_info->ePicType = OMX_VIDEO_PictureTypeB;
8200 frame_info->ePicType = (OMX_VIDEO_PICTURETYPE)0;
8203 frame_info->interlaceType = OMX_QCOM_InterlaceInterleaveFrameTopFieldFirst;
8205 frame_info->interlaceType = OMX_QCOM_InterlaceInterleaveFrameBottomFieldFirst;
8207 frame_info->interlaceType = OMX_QCOM_InterlaceFrameProgressive;
8208 memset(&frame_info
[all...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.h128 struct frame_info { struct in class:qhwc::MDPComp
141 static struct frame_info sCurrentFrame;
192 layer_mdp_info* layer_info, frame_info& current_frame);
195 frame_info& current_frame );
204 frame_info& current_frame);
H A Dhwc_mdpcomp.cpp95 struct MDPComp::frame_info MDPComp::sCurrentFrame;
415 frame_info& current_frame) {
482 layer_mdp_info* layer_info, frame_info& current_frame) {
524 hwc_display_contents_1_t* list, frame_info& current_frame ) {
593 frame_info &current_frame = sCurrentFrame;
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dmp4_utils.h151 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info);
H A Domx_vdec.h606 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info);
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp764 OMX_QCOM_EXTRADATA_FRAMEINFO *frame_info = (OMX_QCOM_EXTRADATA_FRAMEINFO *)pExtra->data; local
766 pBuffer->pBuffer, pBuffer->nTimeStamp, frame_info->ePicType,
767 frame_info->interlaceType, frame_info->nConcealedMacroblocks);
769 frame_info->nFrameRate, frame_info->aspectRatio.aspectRatioX,
770 frame_info->aspectRatio.aspectRatioY);
771 DEBUG_PRINT("PANSCAN numWindows(%d)", frame_info->panScan.numWindows);
772 for (int i = 0; i < frame_info->panScan.numWindows; i++)
775 frame_info
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A D802.11.h1232 uint8 frame_info; member in struct:dot11_rmrep_bcn
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h1314 uint8 frame_info; member in struct:dot11_rmrep_bcn

Completed in 144 milliseconds