/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A D | omx_video_base.cpp | 1415 if(psource_frame) { in execute_input_flush() 1417 psource_frame = NULL; in execute_input_flush() 4589 if(!psource_frame) { in empty_this_buffer_opaque() 4590 psource_frame = buffer; in empty_this_buffer_opaque() 4608 if(!psource_frame || !pdest_frame) { in queue_meta_buffer() 4613 if(psource_frame->nFilledLen > 0) { in queue_meta_buffer() 4625 psource_frame = NULL; in queue_meta_buffer() 4632 psource_frame = NULL; in queue_meta_buffer() 4650 if(!psource_frame->nFilledLen){ in convert_queue_buffer() 4709 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 216 psource_frame(NULL), in omx_video() 1269 if (psource_frame) { in execute_input_flush() 1271 psource_frame = NULL; in execute_input_flush() 1331 if(psource_frame) { in execute_flush_all() 4723 if (!psource_frame) { in empty_this_buffer_opaque() 4724 psource_frame = buffer; in empty_this_buffer_opaque() 4761 psource_frame = NULL; in queue_meta_buffer() 4768 psource_frame = NULL; in queue_meta_buffer() 4842 psource_frame = NULL; in convert_queue_buffer() 4855 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 263 psource_frame(NULL), in omx_video() 1358 if (psource_frame) { in execute_input_flush() 1360 psource_frame = NULL; in execute_input_flush() 1421 if(psource_frame) { in execute_flush_all() 5260 if (!psource_frame) { in empty_this_buffer_opaque() 5261 psource_frame = buffer; in empty_this_buffer_opaque() 5298 psource_frame = NULL; in queue_meta_buffer() 5305 psource_frame = NULL; in queue_meta_buffer() 5390 psource_frame = NULL; in convert_queue_buffer() 5403 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 228 psource_frame(NULL), in omx_video() 1321 if (psource_frame) { in execute_input_flush() 1323 psource_frame = NULL; in execute_input_flush() 1389 if(psource_frame) { in execute_flush_all() 5311 if (!psource_frame) { 5312 psource_frame = buffer; 5348 psource_frame = NULL; 5355 psource_frame = NULL; 5451 psource_frame = NULL; 5464 psource_frame = NULL; [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 270 psource_frame(NULL), in omx_video() 1344 if (psource_frame) { in execute_input_flush() 1346 psource_frame = NULL; in execute_input_flush() 1406 if(psource_frame) { in execute_flush_all() 5078 if (!psource_frame) { in empty_this_buffer_opaque() 5079 psource_frame = buffer; in empty_this_buffer_opaque() 5116 psource_frame = NULL; in queue_meta_buffer() 5123 psource_frame = NULL; in queue_meta_buffer() 5197 psource_frame = NULL; in convert_queue_buffer() 5210 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 230 psource_frame(NULL), in omx_video() 1298 if (psource_frame) { in execute_input_flush() 1300 psource_frame = NULL; in execute_input_flush() 1366 if(psource_frame) { in execute_flush_all() 5071 if (!psource_frame) { in empty_this_buffer_opaque() 5072 psource_frame = buffer; in empty_this_buffer_opaque() 5108 psource_frame = NULL; in queue_meta_buffer() 5115 psource_frame = NULL; in queue_meta_buffer() 5190 psource_frame = NULL; in convert_queue_buffer() 5203 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 519 psource_frame (NULL), in omx_vdec() 2280 if (psource_frame) { in execute_input_flush() 5920 if (psource_frame) { in fill_buffer_done() 6287 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 6329 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 6372 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 6461 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_sc_codec() 6668 psource_frame = NULL; in push_input_h264() 6674 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_h264() 6833 psource_frame = NULL; in push_input_hevc() [all …]
|
H A D | omx_vdec_msm8974.cpp | 559 psource_frame (NULL), in omx_vdec() 2775 if (psource_frame) { in execute_input_flush() 7277 if (psource_frame) { in fill_buffer_done() 7826 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 7913 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 8041 if (!psource_frame->nFilledLen && (psource_frame->nFlags & OMX_BUFFERFLAG_EOS) && in push_input_h264() 8247 psource_frame = NULL; in push_input_h264() 8376 (unsigned int)psource_frame->nFilledLen, psource_frame->nTimeStamp, in push_input_hevc() 8415 psource_frame = NULL; in push_input_hevc() 8420 …(unsigned int)psource_frame->nFlags, (unsigned int)psource_frame->nFilledLen, psource_frame->nTime… in push_input_hevc() [all …]
|
H A D | omx_vdec.cpp | 449 psource_frame (NULL), in omx_vdec() 2333 if (psource_frame) { in execute_input_flush() 2335 psource_frame = NULL; in execute_input_flush() 6362 if (psource_frame) { in fill_buffer_done() 6762 if (psource_frame == NULL) { in empty_this_buffer_proxy_arbitrary() 6764 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 6808 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 6847 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 6945 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_sc_codec() 7192 psource_frame = NULL; in push_input_h264() [all …]
|
H A D | omx_vdec_hevc_swvdec.cpp | 569 psource_frame (NULL), in omx_vdec() 2876 if (psource_frame) in execute_input_flush() 2879 psource_frame = NULL; in execute_input_flush() 7029 if (psource_frame) in fill_buffer_done() 7032 psource_frame = NULL; in fill_buffer_done() 7573 if (psource_frame == NULL) in empty_this_buffer_proxy_arbitrary() 7576 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 7626 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 7846 psource_frame = NULL; in push_input_hevc() 7852 psource_frame->nFlags,psource_frame->nFilledLen, psource_frame->nTimeStamp); in push_input_hevc() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 515 psource_frame (NULL), in omx_vdec() 2259 if (psource_frame) { in execute_input_flush() 5884 if (psource_frame) { in fill_buffer_done() 6251 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 6293 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 6336 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 6425 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_sc_codec() 6632 psource_frame = NULL; in push_input_h264() 6638 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_h264() 6797 psource_frame = NULL; in push_input_hevc() [all …]
|
H A D | omx_vdec_v4l2.cpp | 609 psource_frame (NULL), in omx_vdec() 3242 if (psource_frame) { in execute_input_flush() 8114 if (psource_frame) { in fill_buffer_done() 8772 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 8859 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 8987 if (!psource_frame->nFilledLen && (psource_frame->nFlags & OMX_BUFFERFLAG_EOS) && in push_input_h264() 9193 psource_frame = NULL; in push_input_h264() 9322 (unsigned int)psource_frame->nFilledLen, psource_frame->nTimeStamp, in push_input_hevc() 9361 psource_frame = NULL; in push_input_hevc() 9366 …(unsigned int)psource_frame->nFlags, (unsigned int)psource_frame->nFilledLen, psource_frame->nTime… in push_input_hevc() [all …]
|
H A D | omx_vdec_hevc_swvdec.cpp | 572 psource_frame (NULL), in omx_vdec() 2907 if (psource_frame) in execute_input_flush() 2910 psource_frame = NULL; in execute_input_flush() 7239 if (psource_frame) in fill_buffer_done() 7242 psource_frame = NULL; in fill_buffer_done() 7788 if (psource_frame == NULL) in empty_this_buffer_proxy_arbitrary() 7791 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 7841 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 8061 psource_frame = NULL; in push_input_hevc() 8067 psource_frame->nFlags,psource_frame->nFilledLen, psource_frame->nTimeStamp); in push_input_hevc() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 227 psource_frame(NULL), in omx_video() 1316 if (psource_frame) { in execute_input_flush() 1318 psource_frame = NULL; in execute_input_flush() 1384 if(psource_frame) { in execute_flush_all() 1386 psource_frame = NULL; in execute_flush_all() 5394 if (!psource_frame) { in empty_this_buffer_opaque() 5395 psource_frame = buffer; in empty_this_buffer_opaque() 5431 psource_frame = NULL; in queue_meta_buffer() 5438 psource_frame = NULL; in queue_meta_buffer() 5511 psource_frame = NULL; in convert_queue_buffer() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec_copper.cpp | 2356 if (psource_frame) in execute_input_flush() 2359 psource_frame = NULL; in execute_input_flush() 6163 if (psource_frame) in fill_buffer_done() 6166 psource_frame = NULL; in fill_buffer_done() 6528 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 6577 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 6618 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 6717 psource_frame = NULL; in push_input_sc_codec() 6727 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_sc_codec() 6979 psource_frame = NULL; in push_input_h264() [all …]
|
H A D | omx_vdec.cpp | 2436 if (psource_frame) in execute_input_flush() 2439 psource_frame = NULL; in execute_input_flush() 6581 if (psource_frame) in fill_buffer_done() 6584 psource_frame = NULL; in fill_buffer_done() 7004 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 7053 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_buffer() 7094 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 7193 psource_frame = NULL; in push_input_sc_codec() 7203 psource_frame->nFlags,psource_frame->nFilledLen); in push_input_sc_codec() 7496 psource_frame = NULL; in push_input_h264() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 622 psource_frame (NULL), in omx_vdec() 3466 if (psource_frame) { in execute_input_flush() 8800 if (psource_frame) { in fill_buffer_done() 9516 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 9603 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 9732 if (!psource_frame->nFilledLen && (psource_frame->nFlags & OMX_BUFFERFLAG_EOS) && in push_input_h264() 9938 psource_frame = NULL; in push_input_h264() 10067 (unsigned int)psource_frame->nFilledLen, psource_frame->nTimeStamp, in push_input_hevc() 10106 psource_frame = NULL; in push_input_hevc() 10111 …(unsigned int)psource_frame->nFlags, (unsigned int)psource_frame->nFilledLen, psource_frame->nTime… in push_input_hevc() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 716 psource_frame (NULL), in omx_vdec() 3430 if (psource_frame) { in execute_input_flush() 8599 if (psource_frame) { in fill_buffer_done() 9246 psource_frame = buffer; in empty_this_buffer_proxy_arbitrary() 9328 psource_frame,psource_frame->nTimeStamp); in push_input_sc_codec() 9447 if (!psource_frame->nFilledLen && (psource_frame->nFlags & OMX_BUFFERFLAG_EOS) && in push_input_h264() 9653 psource_frame = NULL; in push_input_h264() 9782 (unsigned int)psource_frame->nFilledLen, psource_frame->nTimeStamp, in push_input_hevc() 9821 psource_frame = NULL; in push_input_hevc() 9826 …(unsigned int)psource_frame->nFlags, (unsigned int)psource_frame->nFilledLen, psource_frame->nTime… in push_input_hevc() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_base.h | 159 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 160 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 165 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 177 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | omx_vdec.h | 752 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/media/msm8996/videopp/inc/ |
H A D | omx_vdpp.h | 909 OMX_BUFFERHEADERTYPE *psource_frame; variable
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 222 OMX_BUFFERHEADERTYPE *psource_frame; variable
|