Searched defs:isNewFrame (Results 1 – 15 of 15) sorted by relevance
128 bool HEVC_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in HEVC_Utils130 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
356 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils358 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
6472 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local6702 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
6957 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
7680 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
9684 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local9952 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
6436 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local6666 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
7895 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_hevc() local
375 bool H264_Utils::isNewFrame(OMX_BUFFERHEADERTYPE *p_buf_hdr, in isNewFrame() function in H264_Utils377 OMX_OUT OMX_BOOL &isNewFrame) in isNewFrame()
7214 OMX_BOOL isNewFrame = OMX_FALSE; in push_input_h264() local
898 bool VideoDecoderAVC::isNewFrame(vbp_data_h264 *data, bool equalPTS) { in isNewFrame() function in VideoDecoderAVC