/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SimpleSoftOMXComponent.cpp | 477 case OMX_CommandFlush: in onSendCommand() 592 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush() 636 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
H A D | media_hidl_test_common.cpp | 612 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts() 619 ASSERT_EQ(msg.data.eventData.data1, OMX_CommandFlush); in flushPorts() 627 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts() 634 ASSERT_EQ(msg.data.eventData.data1, OMX_CommandFlush); in flushPorts()
|
/aosp12/frameworks/av/media/libstagefright/omx/tests/ |
H A D | OMXHarness.cpp | 378 err = mOMXNode->sendCommand(OMX_CommandFlush, 1); in testStateTransitions() 386 && msg.u.event_data.data1 == OMX_CommandFlush in testStateTransitions()
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 149 ((x == OMX_CommandFlush) ? "OMX_CommandFlush" : \
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_Core.h | 52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_Core.h | 69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
H A D | OMX_AsString.h | 231 case OMX_CommandFlush: return "Flush";
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 137 ((x == OMX_CommandFlush) ? "OMX_CommandFlush" : \
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 149 ((x == OMX_CommandFlush) ? "OMX_CommandFlush" : \
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 144 ((x == OMX_CommandFlush) ? "OMX_CommandFlush" : \
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_swvdec.h | 149 ((x == OMX_CommandFlush) ? "OMX_CommandFlush" : \
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 438 case OMX_CommandFlush: in send_command() 5251 case OMX_CommandFlush: in async_process_event_cmd() 5332 case OMX_CommandFlush: in async_process_event_cmd_ack() 6253 OMX_CommandFlush, in async_process_event_flush_port_ip() 6322 OMX_CommandFlush, in async_process_event_flush_port_op()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 419 case OMX_CommandFlush: in send_command() 4861 case OMX_CommandFlush: in async_process_event_cmd() 4941 case OMX_CommandFlush: in async_process_event_cmd_ack() 5713 OMX_CommandFlush, in async_process_event_flush_port_ip() 5780 OMX_CommandFlush, in async_process_event_flush_port_op()
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
H A D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 622 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), OMX_ALL); in TEST_P() 631 ASSERT_EQ(msg.data.eventData.data1, OMX_CommandFlush); in TEST_P() 655 ASSERT_EQ(msg.data.eventData.data1, OMX_CommandFlush); in TEST_P()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 452 case OMX_CommandFlush: in send_command() 5369 case OMX_CommandFlush: in async_process_event_cmd() 5450 case OMX_CommandFlush: in async_process_event_cmd_ack() 6371 OMX_CommandFlush, in async_process_event_flush_port_ip() 6440 OMX_CommandFlush, in async_process_event_flush_port_op()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 452 case OMX_CommandFlush: in send_command() 5413 case OMX_CommandFlush: in async_process_event_cmd() 5494 case OMX_CommandFlush: in async_process_event_cmd_ack() 6415 OMX_CommandFlush, in async_process_event_flush_port_ip() 6484 OMX_CommandFlush, in async_process_event_flush_port_op()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 429 case OMX_CommandFlush: in send_command() 5230 case OMX_CommandFlush: in async_process_event_cmd() 5311 case OMX_CommandFlush: in async_process_event_cmd_ack() 6232 OMX_CommandFlush, in async_process_event_flush_port_ip() 6301 OMX_CommandFlush, in async_process_event_flush_port_op()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A D | omx_video_base.cpp | 492 OMX_EventCmdComplete,OMX_CommandFlush, in process_event_cb() 526 OMX_EventCmdComplete,OMX_CommandFlush, in process_event_cb() 754 if(cmd == OMX_CommandFlush || cmd == OMX_CommandPortDisable || cmd == OMX_CommandPortEnable) in send_command() 1179 else if(cmd == OMX_CommandFlush) in send_command_proxy()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 471 OMX_EventCmdComplete,OMX_CommandFlush, in process_event_cb() 499 OMX_EventCmdComplete,OMX_CommandFlush, in process_event_cb() 707 if (cmd == OMX_CommandFlush || cmd == OMX_CommandPortDisable || cmd == OMX_CommandPortEnable) { in send_command() 1062 } else if (cmd == OMX_CommandFlush) { in send_command_proxy()
|