Searched refs:video_decoder (Results 1 - 21 of 21) sorted by last modified time

/external/chromium_org/ppapi/api/dev/
H A Dppb_video_decoder_dev.idl64 * |video_decoder| is the previously created handle to the decoder resource.
73 [in] PP_Resource video_decoder,
86 * |video_decoder| is the previously created handle to the decoder resource.
92 [in] PP_Resource video_decoder,
103 * |video_decoder| is the previously created handle to the decoder resource.
108 [in] PP_Resource video_decoder,
117 * |video_decoder| is the previously created handle to the decoder resource.
124 [in] PP_Resource video_decoder,
133 * |video_decoder| is the previously created handle to the decoder resource.
140 [in] PP_Resource video_decoder,
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_video_decoder.idl70 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
88 [in] PP_Resource video_decoder,
98 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
116 [in] PP_Resource video_decoder,
138 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
156 [in] PP_Resource video_decoder,
169 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
184 [in] PP_Resource video_decoder,
193 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
199 [in] PP_Resource video_decoder,
[all...]
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_decoder_dev.h80 * |video_decoder| is the previously created handle to the decoder resource.
88 int32_t (*Decode)(PP_Resource video_decoder,
100 * |video_decoder| is the previously created handle to the decoder resource.
105 void (*AssignPictureBuffers)(PP_Resource video_decoder,
115 * |video_decoder| is the previously created handle to the decoder resource.
119 void (*ReusePictureBuffer)(PP_Resource video_decoder,
127 * |video_decoder| is the previously created handle to the decoder resource.
133 int32_t (*Flush)(PP_Resource video_decoder,
141 * |video_decoder| is the previously created handle to the decoder resource.
147 int32_t (*Reset)(PP_Resource video_decoder,
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_video_decoder.h82 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
98 int32_t (*Initialize)(PP_Resource video_decoder,
119 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
136 int32_t (*Decode)(PP_Resource video_decoder,
148 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
162 int32_t (*GetPicture)(PP_Resource video_decoder,
170 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
175 void (*RecyclePicture)(PP_Resource video_decoder,
188 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
196 int32_t (*Flush)(PP_Resource video_decoder,
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1958 static int32_t Pnacl_M36_PPB_VideoDecoder_Initialize(PP_Resource video_decoder, PP_Resource graphics3d_context, PP_VideoProfile profile, PP_Bool allow_software_fallback, struct PP_CompletionCallback* callback) { argument
1960 return iface->Initialize(video_decoder, graphics3d_context, profile, allow_software_fallback, *callback);
1963 static int32_t Pnacl_M36_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id, uint32_t size, const void* buffer, struct PP_CompletionCallback* callback) { argument
1965 return iface->Decode(video_decoder, decode_id, size, buffer, *callback);
1968 static int32_t Pnacl_M36_PPB_VideoDecoder_GetPicture(PP_Resource video_decoder, struct PP_VideoPicture* picture, struct PP_CompletionCallback* callback) { argument
1970 return iface->GetPicture(video_decoder, picture, *callback);
1973 static void Pnacl_M36_PPB_VideoDecoder_RecyclePicture(PP_Resource video_decoder, const struct PP_VideoPicture* picture) { argument
1975 iface->RecyclePicture(video_decoder, picture);
1978 static int32_t Pnacl_M36_PPB_VideoDecoder_Flush(PP_Resource video_decoder, struct PP_CompletionCallback* callback) { argument
1980 return iface->Flush(video_decoder, *callbac
1983 Pnacl_M36_PPB_VideoDecoder_Reset(PP_Resource video_decoder, struct PP_CompletionCallback* callback) argument
2002 Pnacl_M39_PPB_VideoDecoder_Initialize(PP_Resource video_decoder, PP_Resource graphics3d_context, PP_VideoProfile profile, PP_HardwareAcceleration acceleration, struct PP_CompletionCallback* callback) argument
2007 Pnacl_M39_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id, uint32_t size, const void* buffer, struct PP_CompletionCallback* callback) argument
2012 Pnacl_M39_PPB_VideoDecoder_GetPicture(PP_Resource video_decoder, struct PP_VideoPicture* picture, struct PP_CompletionCallback* callback) argument
2017 Pnacl_M39_PPB_VideoDecoder_RecyclePicture(PP_Resource video_decoder, const struct PP_VideoPicture* picture) argument
2022 Pnacl_M39_PPB_VideoDecoder_Flush(PP_Resource video_decoder, struct PP_CompletionCallback* callback) argument
2027 Pnacl_M39_PPB_VideoDecoder_Reset(PP_Resource video_decoder, struct PP_CompletionCallback* callback) argument
2657 Pnacl_M14_PPB_VideoDecoder_Dev_Decode(PP_Resource video_decoder, const struct PP_VideoBitstreamBuffer_Dev* bitstream_buffer, struct PP_CompletionCallback* callback) argument
2662 Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers(PP_Resource video_decoder, uint32_t no_of_buffers, const struct PP_PictureBuffer_Dev buffers[]) argument
2667 Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer(PP_Resource video_decoder, int32_t picture_buffer_id) argument
2672 Pnacl_M14_PPB_VideoDecoder_Dev_Flush(PP_Resource video_decoder, struct PP_CompletionCallback* callback) argument
2677 Pnacl_M14_PPB_VideoDecoder_Dev_Reset(PP_Resource video_decoder, struct PP_CompletionCallback* callback) argument
2682 Pnacl_M14_PPB_VideoDecoder_Dev_Destroy(PP_Resource video_decoder) argument
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_video_decoder.cc8 #include "ppapi/cpp/video_decoder.h"
33 pp::VideoDecoder video_decoder(instance_);
34 ASSERT_FALSE(video_decoder.is_null());
39 video_decoder.Initialize(null_graphics_3d,
47 pp::VideoDecoder video_decoder(instance_);
51 video_decoder.Initialize(graphics_3d_,
60 pp::VideoDecoder video_decoder(instance_);
63 video_decoder.Initialize(graphics_3d_,
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc34 int32_t Decode(PP_Resource video_decoder, argument
37 EnterVideoDecoder enter(video_decoder, callback, true);
44 void AssignPictureBuffers(PP_Resource video_decoder, argument
47 EnterVideoDecoder enter(video_decoder, true);
52 void ReusePictureBuffer(PP_Resource video_decoder, int32_t picture_buffer_id) { argument
53 EnterVideoDecoder enter(video_decoder, true);
58 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) { argument
59 EnterVideoDecoder enter(video_decoder, callback, true);
65 int32_t Reset(PP_Resource video_decoder, PP_CompletionCallback callback) { argument
66 EnterVideoDecoder enter(video_decoder, callbac
72 Destroy(PP_Resource video_decoder) argument
[all...]
H A Dppb_video_decoder_thunk.cc34 int32_t Initialize_0_1(PP_Resource video_decoder, argument
40 EnterResource<PPB_VideoDecoder_API> enter(video_decoder, callback, true);
49 int32_t Initialize(PP_Resource video_decoder, argument
55 EnterResource<PPB_VideoDecoder_API> enter(video_decoder, callback, true);
64 int32_t Decode(PP_Resource video_decoder, argument
70 EnterResource<PPB_VideoDecoder_API> enter(video_decoder, callback, true);
79 int32_t GetPicture(PP_Resource video_decoder, argument
83 EnterResource<PPB_VideoDecoder_API> enter(video_decoder, callback, true);
89 void RecyclePicture(PP_Resource video_decoder, argument
92 EnterResource<PPB_VideoDecoder_API> enter(video_decoder, tru
98 Flush(PP_Resource video_decoder, struct PP_CompletionCallback callback) argument
107 Reset(PP_Resource video_decoder, struct PP_CompletionCallback callback) argument
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.cc25 scoped_ptr<CdmVideoDecoder> video_decoder; local
27 video_decoder.reset(new FakeCdmVideoDecoder(host));
29 if (!video_decoder->Initialize(config))
30 video_decoder.reset();
36 video_decoder.reset(new LibvpxCdmVideoDecoder(host));
38 if (!video_decoder->Initialize(config))
39 video_decoder.reset();
41 return video_decoder.Pass();
46 video_decoder.reset(new FFmpegCdmVideoDecoder(host));
48 if (!video_decoder
[all...]
/external/chromium_org/media/
H A Dmedia.target.darwin-arm.mk125 media/base/video_decoder.cc \
H A Dmedia.target.darwin-arm64.mk125 media/base/video_decoder.cc \
H A Dmedia.target.darwin-mips.mk125 media/base/video_decoder.cc \
H A Dmedia.target.darwin-mips64.mk125 media/base/video_decoder.cc \
H A Dmedia.target.darwin-x86.mk125 media/base/video_decoder.cc \
H A Dmedia.target.darwin-x86_64.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-arm.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-arm64.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-mips.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-mips64.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-x86.mk125 media/base/video_decoder.cc \
H A Dmedia.target.linux-x86_64.mk125 media/base/video_decoder.cc \

Completed in 231 milliseconds