Searched defs:decode_id (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/renderer/pepper/ |
D | video_decoder_shim.cc | 36 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()
|
D | pepper_video_decoder_host.cc | 220 int32_t decode_id) { in OnHostMsgDecode() 389 const uint8_t* PepperVideoDecoderHost::DecodeIdToAddress(uint32_t decode_id) { in DecodeIdToAddress()
|
/external/chromium_org/ppapi/proxy/ |
D | video_decoder_resource.cc | 52 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()
|
D | video_decoder_resource_unittest.cc | 251 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
|
D | video_decoder_resource.h | 102 int32_t decode_id; member
|
/external/chromium_org/ppapi/cpp/ |
D | video_decoder.cc | 70 int32_t VideoDecoder::Decode(uint32_t decode_id, in Decode()
|
/external/chromium_org/ppapi/c/ |
D | pp_codecs.h | 75 uint32_t decode_id; member
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_video_decoder_thunk.cc | 65 uint32_t decode_id, in Decode()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 1963 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()
|