Searched refs:input_id (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc71 int32 input_id);
78 const int32 input_id; member in struct:content::V4L2VideoDecodeAccelerator::BitstreamBufferRef
98 base::SharedMemory* shm, size_t size, int32 input_id)
104 input_id(input_id) {
108 if (input_id >= 0) {
110 &Client::NotifyEndOfBitstreamBuffer, client, input_id));
133 input_id(-1) {
316 DVLOG(1) << "Decode(): input_id=" << bitstream_buffer.id()
456 DVLOG(3) << "DecodeTask(): input_id
95 BitstreamBufferRef( base::WeakPtr<Client>& client, scoped_refptr<base::MessageLoopProxy>& client_message_loop_proxy, base::SharedMemory* shm, size_t size, int32 input_id) argument
536 const int32 input_id = decoder_current_bitstream_buffer_->input_id; local
604 int32 input_id = decoder_current_bitstream_buffer_->input_id; local
[all...]
H A Dvaapi_h264_decoder.h93 // with the given |input_id|.
94 void SetStream(const uint8* ptr, size_t size, int32 input_id);
216 bool AssignSurfaceToPoC(int32 input_id, int poc);
H A Dvaapi_video_decode_accelerator.h124 void SurfaceReady(int32 input_id, const scoped_refptr<VASurface>& va_surface);
134 int32 input_id,
H A Dvaapi_h264_decoder_unittest.cc68 void OutputPicture(int32 input_id,
147 const int input_id = 0; // We don't use input_id in this class. local
149 reinterpret_cast<const uint8*>(data_.c_str()), data_.size(), input_id); local
260 int32 input_id,
259 OutputPicture( int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
H A Dvaapi_h264_decoder.cc16 // Decode surface, used for decoding and reference. input_id comes from client
22 int32 input_id,
35 int32 input_id() { function in class:content::VaapiH264Decoder::DecodeSurface
47 int32 input_id,
50 input_id_(input_id),
190 bool VaapiH264Decoder::AssignSurfaceToPoC(int32 input_id, int poc) { argument
197 poc, input_id, available_va_surfaces_.back()));
1033 DCHECK_GE(dec_surface->input_id(), 0);
1035 << " input_id: " << dec_surface->input_id();
45 DecodeSurface( int poc, int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
1568 SetStream(const uint8* ptr, size_t size, int32 input_id) argument
[all...]
H A Dv4l2_video_decode_accelerator.h151 int32 input_id; // triggering input_id as given to Decode(). member in struct:content::V4L2VideoDecodeAccelerator::InputRecord
217 // BitstreamBufferRef (with input_id == kFlushBufferId) to perform the flush.
H A Dvaapi_video_decode_accelerator.cc328 int32 input_id,
339 weak_this_, va_surface, input_id));
346 int32 input_id,
353 "input_id", input_id,
373 << " for input "<< input_id << " is ready"; local
378 media::Picture(output_id, input_id, gfx::Rect(tfp_picture->size())));
407 TRACE_EVENT1("Video Decoder", "MapAndQueueNewInputBuffer", "input_id",
327 SurfaceReady( int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
344 OutputPicture( const scoped_refptr<VASurface>& va_surface, int32 input_id, TFPPicture* tfp_picture) argument
H A Dvideo_encode_accelerator_unittest.cc503 void InputNoLongerNeededCallback(int32 input_id);
861 void VEAClient::InputNoLongerNeededCallback(int32 input_id) { argument
862 std::set<int32>::iterator it = inputs_at_client_.find(input_id);
/external/kernel-headers/original/uapi/linux/
H A Duinput.h130 struct input_id id;
H A Dinput.h41 struct input_id { struct
101 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
/external/libxml2/include/libxml/
H A Dparser.h312 int input_id; /* we need to label inputs */ member in struct:_xmlParserCtxt
/external/libxml2/
H A DparserInternals.c1358 input->id = ctxt->input_id++;
1724 ctxt->input_id = 1;
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc936 const char* input_id; member in struct:content::InputModeTestCase
999 test_case->input_id);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc340 unsigned struct_input_id_sz = sizeof(struct input_id);

Completed in 259 milliseconds