OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbsp_buf
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp
33
rbsp_buf
= (OMX_U8 *) calloc(1,100);
42
if(
rbsp_buf
) {
43
free(
rbsp_buf
);
44
rbsp_buf
= NULL;
54
byte_ptr,
rbsp_buf
[byte_ptr]);
57
bins |= ((
rbsp_buf
[byte_ptr] << shift) & 0xFF) >> shift;
63
byte_ptr,
rbsp_buf
[byte_ptr]);
67
bins |= ((
rbsp_buf
[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
75
byte_ptr,
rbsp_buf
[byte_ptr]);
156
rbsp_buf
[j++] = buf[i++]
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp
33
rbsp_buf
= (OMX_U8 *) calloc(1,100);
42
if (
rbsp_buf
) {
43
free(
rbsp_buf
);
44
rbsp_buf
= NULL;
54
byte_ptr,
rbsp_buf
[byte_ptr]);
57
bins |= ((
rbsp_buf
[byte_ptr] << shift) & 0xFF) >> shift;
64
byte_ptr,
rbsp_buf
[byte_ptr]);
68
bins |= ((
rbsp_buf
[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
78
byte_ptr,
rbsp_buf
[byte_ptr]);
167
rbsp_buf
[j++] = buf[i++]
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
extra_data_handler.h
84
OMX_U8 *
rbsp_buf
;
member in class:extra_data_handler
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h
93
OMX_U8 *
rbsp_buf
;
member in class:extra_data_handler
Completed in 29 milliseconds