Home
last modified time | relevance | path

Searched defs:decode_id (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dvideo_decoder_shim.cc36 const uint32_t decode_id; member
41 uint32_t decode_id, in PendingDecode()
56 const uint32_t decode_id; member
66 VideoDecoderShim::PendingFrame::PendingFrame(uint32_t decode_id) in PendingFrame()
70 VideoDecoderShim::PendingFrame::PendingFrame(uint32_t decode_id, in PendingFrame()
160 uint32_t decode_id, in Decode()
235 uint32_t decode_id, in OnDecodeComplete()
456 void VideoDecoderShim::OnDecodeComplete(int32_t result, uint32_t decode_id) { in OnDecodeComplete()
Dpepper_video_decoder_host.cc220 int32_t decode_id) { in OnHostMsgDecode()
389 const uint8_t* PepperVideoDecoderHost::DecodeIdToAddress(uint32_t decode_id) { in DecodeIdToAddress()
/external/chromium_org/ppapi/proxy/
Dvideo_decoder_resource.cc52 VideoDecoderResource::Picture::Picture(int32_t decode_id, uint32_t texture_id) in Picture()
150 int32_t VideoDecoderResource::Decode(uint32_t decode_id, in Decode()
401 int32_t decode_id, in OnPluginMsgPictureReady()
Dvideo_decoder_resource_unittest.cc251 int32_t* decode_id) { in CheckDecodeMsg()
401 int32_t decode_id; in TEST_F() local
475 int32_t decode_id; in TEST_F() local
559 int32_t decode_id; in TEST_F() local
Dvideo_decoder_resource.h102 int32_t decode_id; member
/external/chromium_org/ppapi/cpp/
Dvideo_decoder.cc70 int32_t VideoDecoder::Decode(uint32_t decode_id, in Decode()
/external/chromium_org/ppapi/c/
Dpp_codecs.h75 uint32_t decode_id; member
/external/chromium_org/ppapi/thunk/
Dppb_video_decoder_thunk.cc65 uint32_t decode_id, in Decode()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1963 static int32_t Pnacl_M36_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id, uin… in Pnacl_M36_PPB_VideoDecoder_Decode()
2007 static int32_t Pnacl_M39_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id, uin… in Pnacl_M39_PPB_VideoDecoder_Decode()