OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_surface
(Results
1 - 11
of
11
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c
931
struct pipe_surface *
dest_surface
= NULL;
local
[
all
...]
/hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c
278
rec_surface = ctx->
dest_surface
;
289
ctx->ref_surface = ctx->
dest_surface
;
651
ctx->previous_dest_surface = ctx->
dest_surface
; /* reconstructed surface */
[
all
...]
lnc_H263ES.c
268
ctx->
dest_surface
= SURFACE(pBuffer->reconstructed_picture);
lnc_MPEG4ES.c
299
ctx->
dest_surface
= SURFACE(pBuffer->reconstructed_picture);
lnc_hostcode.h
179
object_surface_p
dest_surface
;/* reconstructed surface */
member in struct:context_ENC_s
lnc_H264ES.c
335
ctx->
dest_surface
= SURFACE(pBuffer->CurrPic.picture_id);
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_H263ES.c
293
ctx->
dest_surface
= SURFACE(pBuffer->reconstructed_picture);
pnw_MPEG4ES.c
337
ctx->
dest_surface
= SURFACE(pBuffer->reconstructed_picture);
pnw_hostcode.h
234
object_surface_p
dest_surface
;/* reconstructed surface */
member in struct:context_ENC_s
pnw_hostcode.c
738
rec_surface = ctx->
dest_surface
;
745
ctx->ref_surface = ctx->
dest_surface
;
[
all
...]
pnw_H264ES.c
610
ctx->
dest_surface
= SURFACE(pBuffer->CurrPic.picture_id);
[
all
...]
Completed in 811 milliseconds