Searched refs:inp (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264einport.c101 struct input_buf_private *inp; local in function:h264e_inport_AllocateBuffer
109 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
110 if (!inp) {
115 LIST_INITHEAD(&inp->tasks);
117 r = enc_AllocateBackTexture(ap_hdl, idx, &inp->resource, &inp->transfer, &(*buf)->pBuffer);
120 FREE(inp);
132 struct input_buf_private *inp; local in function:h264e_inport_UseBuffer
140 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
141 if (!inp) {
155 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:h264e_inport_FreeBuffer
[all...]
H A Dh264eprc.c267 static void enc_ClearBframes(vid_enc_PrivateType * priv, struct input_buf_private *inp) argument
280 LIST_ADDTAIL(&task->list, &inp->tasks);
291 enc_MoveTasks(&priv->b_frames, &inp->tasks);
303 struct input_buf_private *inp = in_buf->pInputPortPrivate; local in function:encode_frame
309 enc_MoveTasks(&inp->tasks, &priv->free_tasks);
318 enc_ClearBframes(priv, inp);
319 enc_MoveTasks(&priv->stacked_tasks, &inp->tasks);
341 enc_ClearBframes(priv, inp);
370 LIST_ADDTAIL(&t->list, &inp->tasks);
382 enc_MoveTasks(&priv->b_frames, &inp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264einport.c101 struct input_buf_private *inp; local in function:h264e_inport_AllocateBuffer
109 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
110 if (!inp) {
115 list_inithead(&inp->tasks);
117 r = enc_AllocateBackTexture(ap_hdl, idx, &inp->resource, &inp->transfer, &(*buf)->pBuffer);
120 FREE(inp);
132 struct input_buf_private *inp; local in function:h264e_inport_UseBuffer
140 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
141 if (!inp) {
155 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:h264e_inport_FreeBuffer
[all...]
H A Dh264eprc.c267 static void enc_ClearBframes(vid_enc_PrivateType * priv, struct input_buf_private *inp) argument
280 list_addtail(&task->list, &inp->tasks);
291 enc_MoveTasks(&priv->b_frames, &inp->tasks);
303 struct input_buf_private *inp = in_buf->pInputPortPrivate; local in function:encode_frame
309 enc_MoveTasks(&inp->tasks, &priv->free_tasks);
318 enc_ClearBframes(priv, inp);
319 enc_MoveTasks(&priv->stacked_tasks, &inp->tasks);
341 enc_ClearBframes(priv, inp);
370 list_addtail(&t->list, &inp->tasks);
382 enc_MoveTasks(&priv->b_frames, &inp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_enc.c648 struct input_buf_private *inp; local in function:vid_enc_AllocateInBuffer
655 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
656 if (!inp) {
661 LIST_INITHEAD(&inp->tasks);
664 r = enc_AllocateBackTexture(port, &inp->resource, &inp->transfer, &(*buf)->pBuffer);
666 FREE(inp);
677 struct input_buf_private *inp; local in function:vid_enc_UseInBuffer
684 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
685 if (!inp) {
699 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:vid_enc_FreeInBuffer
817 enc_ClearBframes(omx_base_PortType * port,struct input_buf_private * inp) argument
850 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:vid_enc_EncodeFrame
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_enc.c647 struct input_buf_private *inp; local in function:vid_enc_AllocateInBuffer
654 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
655 if (!inp) {
660 list_inithead(&inp->tasks);
663 r = enc_AllocateBackTexture(port, &inp->resource, &inp->transfer, &(*buf)->pBuffer);
665 FREE(inp);
676 struct input_buf_private *inp; local in function:vid_enc_UseInBuffer
683 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
684 if (!inp) {
698 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:vid_enc_FreeInBuffer
816 enc_ClearBframes(omx_base_PortType * port,struct input_buf_private * inp) argument
849 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:vid_enc_EncodeFrame
[all...]
H A Dvid_dec_av1.c2032 struct input_buf_private *inp = priv->in_buffers[0]->pInputPortPrivate; local in function:dec_av1_ShowExistingframe
2043 dec_av1_MoveTask(&inp->tasks, &priv->codec_data.av1.finished_tasks);
2110 fnd = dec_av1_GetStartedTask(priv, task, &inp->tasks);
2118 struct input_buf_private *inp = priv->in_buffers[0]->pInputPortPrivate; local in function:dec_av1_BeginFrame
2154 dec_av1_MoveTask(&inp->tasks, &priv->codec_data.av1.finished_tasks);
2170 struct input_buf_private *inp = priv->in_buffers[0]->pInputPortPrivate; local in function:dec_av1_EndFrame
2213 dec_av1_MoveTask(&priv->codec_data.av1.decode_tasks, &inp->tasks);
2326 struct input_buf_private *inp; local in function:vid_dec_av1_AllocateInBuffer
2333 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private);
2334 if (!inp) {
2348 struct input_buf_private *inp; local in function:vid_dec_av1_UseInBuffer
2369 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:vid_dec_av1_FreeInputPortPrivate
2395 struct input_buf_private *inp = input->pInputPortPrivate; local in function:vid_dec_av1_FrameDecoded
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_enc_common.c127 struct input_buf_private *inp = input->pInputPortPrivate; local in function:vid_enc_BufferEncoded_common
133 if (!inp || LIST_IS_EMPTY(&inp->tasks)) {
135 enc_MoveTasks(&priv->used_tasks, &inp->tasks);
140 task = LIST_ENTRY(struct encode_task, inp->tasks.next, list);
175 enc_MoveTasks(&priv->used_tasks, &inp->tasks);
402 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:enc_LoadImage_common
404 if (!inp->resource) {
429 pipe_transfer_unmap(pipe, inp->transfer);
431 /* inp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_enc_common.c127 struct input_buf_private *inp = input->pInputPortPrivate; local in function:vid_enc_BufferEncoded_common
133 if (!inp || list_is_empty(&inp->tasks)) {
135 enc_MoveTasks(&priv->used_tasks, &inp->tasks);
140 task = LIST_ENTRY(struct encode_task, inp->tasks.next, list);
175 enc_MoveTasks(&priv->used_tasks, &inp->tasks);
401 struct input_buf_private *inp = buf->pInputPortPrivate; local in function:enc_LoadImage_common
403 if (!inp->resource) {
428 pipe_texture_unmap(pipe, inp->transfer);
430 /* inp
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dtiling.c95 pixel_t *inp = (pixel_t *) (is_store ? plinear : ptiled); \
96 *outp = *inp;\
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c138 int inp; member in struct:s_std_data
581 int l, n, inp; local in function:z4l_ovly_set_encoding
600 inp = sp->inp;
602 DBLOG(1, " nm %s fmt %4.4s inp %d std %llx\n",
603 cp, (char *) &sp->fmt, sp->inp, sp->std);
605 if (IoCtl(pPriv->fd, VIDIOC_S_INPUT, &inp, 1) < 0)
996 int height, int numer, int denom, int inp, v4l2_std_id std,
1020 sp->inp = inp;
995 Z4lAddEncoding(XF86VideoEncodingPtr enc,char * name,int id,int width,int height,int numer,int denom,int inp,v4l2_std_id std,unsigned int fmt) argument
1309 int ctl, cinp, inp, std, fmt, has_image; local in function:Z4lInit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp988 auto inp = first_erase + 1; local in function:r600::get_temp_registers_remapping
990 while (inp != reg_access_end) {
991 if (!inp->erase)
992 *outp++ = *inp;
993 ++inp;
/xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
H A Dpan_tiling.c232 pixel_t *inp = (pixel_t *) (is_store ? source : dest); \
233 *outp = *inp; \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1385 register_merge_record *inp = first_erase + 1; local in function:get_temp_registers_remapping
1387 while (inp != reg_access_end) {
1388 if (!inp->erase)
1389 *outp++ = *inp;
1390 ++inp;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1385 register_merge_record *inp = first_erase + 1; local in function:get_temp_registers_remapping
1387 while (inp != reg_access_end) {
1388 if (!inp->erase)
1389 *outp++ = *inp;
1390 ++inp;
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c1917 ICONV_CONST char *inp = (ICONV_CONST char *) u8str; local in function:print_utf8
1925 int convres = iconv (iconv_from_utf8, &inp, &inlen, &outp, &outlen);

Completed in 23 milliseconds