HomeSort by relevance Sort by last modified time
    Searched refs:BITSTREAM_ALLOCATE_STEPPING (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/videoencoder/
bitstream.h 29 #define BITSTREAM_ALLOCATE_STEPPING 4096
43 bs->max_size_in_dword = BITSTREAM_ALLOCATE_STEPPING;
78 bs->max_size_in_dword += BITSTREAM_ALLOCATE_STEPPING;
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 153 #define BITSTREAM_ALLOCATE_STEPPING 4096
177 bs->max_size_in_dword = BITSTREAM_ALLOCATE_STEPPING;
217 bs->max_size_in_dword += BITSTREAM_ALLOCATE_STEPPING;
    [all...]
mpeg2vaenc.c 153 #define BITSTREAM_ALLOCATE_STEPPING 4096
177 bs->max_size_in_dword = BITSTREAM_ALLOCATE_STEPPING;
217 bs->max_size_in_dword += BITSTREAM_ALLOCATE_STEPPING;
    [all...]
avcenc.c 726 #define BITSTREAM_ALLOCATE_STEPPING 4096
768 bs->max_size_in_dword = BITSTREAM_ALLOCATE_STEPPING;
805 bs->max_size_in_dword += BITSTREAM_ALLOCATE_STEPPING;
    [all...]
h264encode.c 73 #define BITSTREAM_ALLOCATE_STEPPING 4096
186 bs->max_size_in_dword = BITSTREAM_ALLOCATE_STEPPING;
223 bs->max_size_in_dword += BITSTREAM_ALLOCATE_STEPPING;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 154 milliseconds