OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stop_decoding
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
decoder_driver_test.h
69
int
stop_decoding
(struct video_decoder_context *decode_context);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
decoder_driver_test.h
68
int
stop_decoding
(struct video_decoder_context *decode_context);
/external/chromium_org/media/filters/
ffmpeg_video_decoder_unittest.cc
480
TEST_F(FFmpegVideoDecoderTest,
Stop_Decoding
) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
185
if (error != -1 && (
stop_decoding
(decoder_context) == -1))
697
int
stop_decoding
(struct video_decoder_context *decode_context)
function
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
177
if (error != -1 && (
stop_decoding
(decoder_context) == -1)) {
656
int
stop_decoding
(struct video_decoder_context *decode_context)
function
[
all
...]
Completed in 97 milliseconds