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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.h24 int in_use; member in struct:InternalFrameBuffer
H A Dvp9_frame_buffers.c51 if (!int_fb_list->int_fb[i].in_use)
69 int_fb_list->int_fb[i].in_use = 1;
79 int_fb->in_use = 0;
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_resource.h30 int in_use; member in struct:nouveau_resource
H A Dnouveau_resource.c54 if (!heap->in_use && heap->size >= size) {
61 r->in_use = 1;
92 r->in_use = 0;
94 if (r->next && !r->next->in_use) {
107 if (r->prev && !r->prev->in_use) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp121 ptemp->input_timestamps[i].in_use = false;
157 if (!pcurrent->input_timestamps[i].in_use) {
159 pcurrent->input_timestamps[i].in_use = true;
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
190 phead->input_timestamps[i].in_use = false;
222 if (phead->input_timestamps[i].in_use) {
240 element->in_use = false;
244 duplicate->in_use = false;
249 if (phead->input_timestamps[i].in_use) {
262 duplicate->in_use
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp137 ptemp->input_timestamps[i].in_use = false;
182 if (!pcurrent->input_timestamps[i].in_use) {
184 pcurrent->input_timestamps[i].in_use = true;
222 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
223 phead->input_timestamps[i].in_use = false;
262 if (phead->input_timestamps[i].in_use) {
284 element->in_use = false;
289 duplicate->in_use = false;
294 if (phead->input_timestamps[i].in_use) {
305 element->in_use
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h49 boolean in_use; member in struct:__anon1732
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_sync_call.c92 slot->in_use = 0;
207 if (slot->in_use &&
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
261 if (!slot->in_use && !slot->not_available)
269 /* ALOGV("slot %d in_use = %d, not_available = %d : %d", i, slot->in_use, slot->not_available, i); */
325 Sets the in_use flag of slot to true or false.
338 static void loc_set_slot_in_use(int select_id, boolean in_use) argument
340 loc_sync_data.slots[select_id].in_use
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h63 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h64 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dexternal_frame_buffer_test.cc29 int in_use; member in struct:__anon457::ExternalFrameBuffer
103 EXPECT_EQ(1, ext_fb->in_use);
104 ext_fb->in_use = 0;
127 if (!ext_fb_list_[i].in_use)
139 ASSERT_EQ(0, ext_fb_list_[idx].in_use);
140 ext_fb_list_[idx].in_use = 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c314 int in_use; member in struct:ExternalFrameBuffer
336 if (!ext_fb_list->ext_fb[i].in_use)
354 ext_fb_list->ext_fb[i].in_use = 1;
369 ext_fb->in_use = 0;
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.h269 unsigned char in_use; member in struct:_drmTextureRegion
/hardware/intel/img/libdrm/shared-core/
H A Ddrm.h149 unsigned char in_use; member in struct:drm_tex_region

Completed in 2418 milliseconds