Home
last modified time | relevance | path

Searched refs:mix_surfacepool_get (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixsurfacepool.h146 MIX_RESULT mix_surfacepool_get (MixSurfacePool * obj,
Dmixvideoformatenc_preview.c926 ret = mix_surfacepool_get(parent->surfacepool, &mix->ref_fame); in mix_videofmtenc_preview_process_encode()
937 ret = mix_surfacepool_get(parent->surfacepool, &mix->rec_fame); in mix_videofmtenc_preview_process_encode()
952 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_preview_process_encode()
Dmixvideoformatenc_mpeg4.c1261 ret = mix_surfacepool_get(parent->surfacepool, &mix->ref_fame); in mix_videofmtenc_mpeg4_process_encode()
1272 ret = mix_surfacepool_get(parent->surfacepool, &mix->rec_fame); in mix_videofmtenc_mpeg4_process_encode()
1287 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformatenc_h264.c1325 ret = mix_surfacepool_get(parent->surfacepool, &mix->ref_fame); in mix_videofmtenc_h264_process_encode()
1336 ret = mix_surfacepool_get(parent->surfacepool, &mix->rec_fame); in mix_videofmtenc_h264_process_encode()
1351 ret = mix_surfacepool_get(parent->surfacepool, &mix->cur_fame); in mix_videofmtenc_h264_process_encode()
Dmixsurfacepool.c370 MIX_RESULT mix_surfacepool_get(MixSurfacePool * obj, MixVideoFrame ** frame) { function
Dmixvideoformat_mp42.c886 ret = mix_surfacepool_get(mix->surfacepool, &frame); in mix_videofmt_mp42_process_decode()
Dmixvideoformat_h264.c1414 ret = mix_surfacepool_get(mix->surfacepool, &frame); in mix_videofmt_h264_process_decode()
Dmixvideoformat_vc1.c1379 ret = mix_surfacepool_get(mix->surfacepool, &frame); in mix_videofmt_vc1_process_decode()