Home
last modified time | relevance | path

Searched defs:isNewFrame (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp128 bool HEVC_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in HEVC_Utils
130 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Dh264_utils.cpp356 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils
358 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Domx_vdec_hevc.cpp6472 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
6702 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec_msm8974.cpp7993 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
8261 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec.cpp6957 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
Domx_vdec_hevc_swvdec.cpp7680 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp128 bool HEVC_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in HEVC_Utils
130 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Dh264_utils.cpp356 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils
358 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Domx_vdec_hevc.cpp6436 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
6666 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec_v4l2.cpp9458 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
9726 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec_hevc_swvdec.cpp7895 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp128 bool HEVC_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in HEVC_Utils
130 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Dh264_utils.cpp356 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils
358 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Domx_vdec_hevc.cpp6436 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
6666 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec_v4l2.cpp8905 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
9173 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
Domx_vdec_hevc_swvdec.cpp7895 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp375 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils
377 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
Domx_vdec_copper.cpp6738 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
Domx_vdec.cpp7214 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp898 bool VideoDecoderAVC::isNewFrame(vbp_data_h264 *data, bool equalPTS) { in isNewFrame() function in VideoDecoderAVC